home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / 32psfp / _SETUP.1 / ftppro.exe / 0 / RCDATA / TLOADFORM / TLOADFORM.txt
Encoding:
Text File  |  1998-06-12  |  2.5 KB  |  102 lines

  1. object LoadForm: TLoadForm
  2.   Left = 206
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Load Transfer Set'
  6.   ClientHeight = 174
  7.   ClientWidth = 259
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 0
  22.     Width = 61
  23.     Height = 13
  24.     Caption = 'Transfer Set:'
  25.   end
  26.   object ComboBox1: TComboBox
  27.     Left = 8
  28.     Top = 16
  29.     Width = 241
  30.     Height = 21
  31.     Hint = 'Select Transfer Set From Drop-Down List'
  32.     Style = csDropDownList
  33.     ItemHeight = 13
  34.     Sorted = True
  35.     TabOrder = 0
  36.   end
  37.   object BitBtn1: TBitBtn
  38.     Left = 176
  39.     Top = 48
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&OK'
  43.     TabOrder = 2
  44.     OnClick = BitBtn1Click
  45.     Kind = bkOK
  46.   end
  47.   object BitBtn2: TBitBtn
  48.     Left = 176
  49.     Top = 80
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Cancel'
  53.     TabOrder = 3
  54.     Kind = bkCancel
  55.   end
  56.   object BitBtn3: TBitBtn
  57.     Left = 176
  58.     Top = 144
  59.     Width = 75
  60.     Height = 25
  61.     Hint = 'Delete Selected Transfer Set'
  62.     Caption = '&Delete'
  63.     TabOrder = 5
  64.     OnClick = BitBtn3Click
  65.     Glyph.Data = {
  66.       76010000424D7601000000000000760000002800000020000000100000000100
  67.       04000000000000010000120B0000120B00001000000000000000000000000000
  68.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  69.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  70.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  71.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  72.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  73.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  74.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  75.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  76.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  77.       3333333337FFF7F3333333333000003333333333377777333333}
  78.     NumGlyphs = 2
  79.   end
  80.   object RadioGroup1: TRadioGroup
  81.     Left = 8
  82.     Top = 56
  83.     Width = 153
  84.     Height = 49
  85.     Caption = 'Load Type'
  86.     ItemIndex = 0
  87.     Items.Strings = (
  88.       'Replace'
  89.       'Merge')
  90.     TabOrder = 1
  91.   end
  92.   object BitBtn4: TBitBtn
  93.     Left = 176
  94.     Top = 112
  95.     Width = 75
  96.     Height = 25
  97.     TabOrder = 4
  98.     OnClick = BitBtn4Click
  99.     Kind = bkHelp
  100.   end
  101. end
  102.